Skip to main content
GET
/
partner
/
wallets
/
crypto
/
address
Get crypto deposit address
curl --request GET \
  --url https://api.stabyl.com/v1/partner/wallets/crypto/address \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "address": "TQn9Y2khEsLM5xk6E8hD4fQv3BpD5V6m7N",
    "chain": "tron",
    "memo": null,
    "slug": "tron"
  },
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://stabyl.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Show the returned chain and address exactly. Sending funds on a different chain can cause permanent loss.

Authorizations

X-Api-Key
string
header
default:sb_test_your_key
required

API key. Send it in the X-Api-Key header.

Query Parameters

chain
enum<string>
required

Blockchain route family returned by GET /partner/wallets/chains, for example tron, ethereum, or solana. Supported blockchain route family for stablecoin deposits.

Available options:
evm,
tron,
solana
slug
string | null

Optional exact network slug when a route family has multiple supported networks.

Response

Deposit address

data
object
required

Deposit address for a requested blockchain route.

status
enum<string>
required
Available options:
success