Skip to main content
POST
P2P Internal Transfer (Platform User To User)

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

Reuse this key only when retrying the same P2P request. A different payload returns 409.

Maximum string length: 128

Body

application/json
asset
enum<string>
required
Available options:
USDT,
USDC
amount
string
required
network
enum<string>
required
Available options:
tron,
ethereum,
solana
to_user_id
string<uuid>
to_address
string
to_alias
string
Pattern: ^[0-9]+$
Example:

"10000001"

from_wallet_id
string<uuid>
pricing_profile_id
string<uuid>
fx_rate_quote_id
string<uuid>
fiat_currency
string
fiat_amount_equivalent
string

Response

Transfer result