v1

latestOpenAPI 3.0.22026-07-26123510445.2 KB
Travel Rule

List VASPs

Query the directory of Virtual Asset Service Providers (VASPs) used to populate Travel Rule beneficiary information for hosted wallets. Stablecoin Account API Publisher Disclaimer

get/v1/ramp/wallet_address/vasps

Query parameters

qstring

Keyword matched against vaspName and identifier

limitinteger

Maximum number of items to return

Headers

x-on-behalf-ofstring

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

Response

Successfully retrieved VASP directory

codeinteger required
messagestring required

Example response

{
  "code": 200,
  "message": "Success",
  "data": [
    {
      "vaspCode": "BINANCE",
      "vaspName": "Binance",
      "identifier": "I1QNLP"
    }
  ]
}