Skip to main content
GET
/
v1
/
withdrawal-accounts
cURL
curl --request GET \
  --url https://api.sandbox.forte.cc/v1/withdrawal-accounts \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "a47e536d-ae57-410d-b035-73d1ecf8233b",
    "currency": "AUDF",
    "decimals": 6,
    "network": "ethereum-sepolia",
    "details": {
      "beneficiary": {
        "address": "0xE0B2026E3DB1606ef0Beb764cCdf7b3CEE30Db4A"
      }
    },
    "label": "Numerium3"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of withdrawal accounts

id
string<uuid>

Withdrawal account identifier.

Example:

"c43c87ed-65fd-4937-8b4d-5a93789aa997"

label
string

Human-readable withdrawal label.

Example:

"Wallet [polygon]"

network
string

Network of the withdrawal account.

Example:

"polygon"

currency
string

Currency of the withdrawal account.

Example:

"AUDF"

details
object

Network-specific withdrawal account details.