GET
/
api
/
addresses
/
{id}
curl --request GET \
  --url https://app.sandbox.rio.trade/api/addresses/{id} \
  --header 'x-api-key: <api-key>'
{
  "createdAt": "2024-07-25T19:57:09.812Z",
  "userId": "66562bc04fe8bf83c577c178",
  "crypto": "USDC",
  "address": "0x32Be343B94f860124dC4fEe278FDCBD38C102D88",
  "approved": true,
  "lastChecked": "2024-05-28T19:58:39.617Z",
  "label": "Crypto Address",
  "advancedVerificationStatus": "initiated",
  "id": "6656376f778ff28dd1c41c50"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Id of the crypto address to be obtained.

Response

200
application/json

OK

The response is of type object.