Skip to main content
GET
/
travelrule
/
vasps
/
{id}
cURL
curl --request GET \
  --url https://api.paxos.com/v2/travelrule/vasps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "vasp": {
    "id": "8e4b1c2d-9a3f-4e6b-b1d7-2c5a8f0e3b94",
    "name": "OKX"
  }
}

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

id
string
required

Unique Paxos identifier of the VASP to retrieve.

Response

200 - application/json

A successful response.

vasp
object