Check funding address for a sub-account.
Stablecoin Deposits & Withdrawal
Get Sub-account Funding Address
This operation allows the client to get the address for the sub-account if it exists
GET
Check funding address for a sub-account.
Fetches the crypto deposit address for a sub-account.
Authorizations
Requires authentication via API key and HMAC signature.
x-api-key: Your API key generated from your Onboard Business dashboard.x-timestamp: Unix epoch timestamp (seconds) used in signature, allowed skew is 30 secondsx-signature: SHA256 HMAC HEX signature calculated overt={x-timestamp}&{requestBody}using your API Secret.
Path Parameters
The unique onboard sub-account ID or reference
Query Parameters
a unique code we assign to a token on a network, e.g. USDT_ETH
Response
Address Fetched Successfully
Indicates if the funding address has been generated and is available for use. When false, the fundingAddress field will be null, and the client can create the address. When true, the fundingAddress field will contain the deposit address details.