Skip to main content
POST
Create Funding Address for a sub-account using token network.
Generates a new crypto deposit address for a sub-account.

Authorizations

x-api-key
string
header
required

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 seconds
  • x-signature: SHA256 HMAC HEX signature calculated over t={x-timestamp}&{requestBody} using your API Secret.

Path Parameters

subAccountIdRef
string
required

The unique onboard sub-account ID or reference

Query Parameters

tokenNetworkCode
string
required

a unique code we assign to a token on a network, e.g. USDT_ETH

Response

Address created Successfully

address
string
required

The deposit address

Example:

"0x43e4715ae093a4c86b5ecddb52216c4f879e9672"

tokenInfo
object
required
memo
string

Optional, for networks that support memo.