Skip to main content
POST
Send sponsored USDC or USDT on Solana

Authorizations

X-API-Key
string
header
required

Your Rach B2B API key. Use rach_sk_live_* for production (on-chain) or rach_sk_test_* for sandbox (no-chain simulation).

Body

application/json

Transfer to submit

amount
string
required
Example:

"25.500000"

idempotency_key
string
required
Example:

"txn_ref_abc123"

recipient_address
string
required
Example:

"7EqQdEULxWcraVx3mXKFjc84LhCkMGZCkRuDpvcMwJeK"

sender_phone
string
required
Example:

"+2250700000001"

token
enum<string>
required
Available options:
USDC,
USDT
Example:

"USDC"

Response

Transfer queued

The response is of type object.