curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/accounts/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"type": "web3",
"pfi": "Bridge",
"web3Provider": "Utila",
"name": "<string>",
"addresses": [
{
"id": "<string>",
"asset": "POL",
"address": "<string>"
}
],
"assets": [
{
"id": "<string>",
"asset": "POL",
"address": "<string>"
}
],
"fiats": [
{
"id": "<string>",
"fiat": "USD"
}
],
"identityId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}Retrieve an Account by its unique identification. Returns 404 if the Account does not exist.
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/accounts/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"type": "web3",
"pfi": "Bridge",
"web3Provider": "Utila",
"name": "<string>",
"addresses": [
{
"id": "<string>",
"asset": "POL",
"address": "<string>"
}
],
"assets": [
{
"id": "<string>",
"asset": "POL",
"address": "<string>"
}
],
"fiats": [
{
"id": "<string>",
"fiat": "USD"
}
],
"identityId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully retrieved Account data.
web3, pfi Bridge, Koywe, Kotanipay, Hercle, Bitso, Yellowcard, TraceFinance, HoneyCoin, BlindPay, Finity, Infinia, Walapay, Abra, Yativo, Capa, Bivo, Cobre, Avenia, Brale, BVNK, CoinsPH, Iron, Enigma, Juicyway, Kira, TripleA, Onmeta Utila, Standalone, MultiProvider, Dfns, NotApplicable Deprecated. Will be removed by May 1st, 2026. Use the assets and fiats properties instead for retrieving account asset and fiat details.
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?