GET
/
sdk
/
{environmentId}
/
onramps
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/onramps
{
  "onramps": [
    {
      "provider": "emailOnly",
      "name": "<string>",
      "iconUrl": "<string>",
      "url": "<string>"
    }
  ]
}

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Query Parameters

walletAddress
string
required
chain
string
required
networkId
string
token
string

Response

200 - application/json
onramps
object[]