v1
latestOpenAPI 3.1.02026-07-241653251.3 MBList deposit addresses
Retrieves a list of addresses associated with your platform.
Query parameters
The participant whose deposit addresses should be returned. Must either match the calling platform or be a customer of the calling platform.
The list of assets available in the certification environment
Filter by asset. When omitted, addresses for all assets the participant holds are returned.
Only return addresses that have been inactive for at least this many days (1–1825).
Maximum number of addresses to return (1–100). Defaults to 1.
Headers
HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.
Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.
Response
Successfully retrieved paginated list of deposit addresses with optional filters: participant_code, asset, inactivity_interval, limit.
Example response
{
"message": [
{
"created_at": 1590663417000,
"address": "2NCgV7BXXafJZ86utcYFs5m3tCpkcpLafeG",
"participant_code": "ABCDEF",
"platform_code": "ABCDEF",
"asset": "BTC",
"account_label": "general"
}
]
}