Skip to main content
GET
Get a stablecoin destination

What this endpoint does

Returns one saved stablecoin destination with its asset, network, address, version, validation, and activity status.

When to use it

Use it for withdrawal review, audit, or to resolve the destination referenced by a historical withdrawal.

Before you call

Authenticate with treasury:read and pass a destination ID owned by the same tenant account.

Money and balance effect

This is a read-only request. It does not reserve, debit, credit, or settle money.

States and completion

Active validated destinations may be used when they match the withdrawal. Inactive versions are historical only.

Safe retries

GET requests are read-only and may be retried with normal exponential backoff. Do not send an Idempotency-Key. Read Conversions and withdrawals for the complete workflow.

Authorizations

Authorization
string
header
required

Send the same Wayex API key as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

200 - application/json
id
string
required
Minimum string length: 1
clientId
string
required
Minimum string length: 1
name
string
required
Required string length: 1 - 120
asset
enum<string>
required
Available options:
USDC,
USDT
network
enum<string>
required
Available options:
ethereum,
base,
arbitrum,
optimism,
polygon,
bsc,
avalanche,
solana,
tron
address
string
required
Minimum string length: 1
externalReference
string
required
Minimum string length: 1
version
integer
required
Required range: x > 0
validationStatus
enum<string>
required
Available options:
validated
status
enum<string>
required
Available options:
active,
inactive
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
tag
string
Minimum string length: 1
deactivatedAt
string<date-time>