Skip to main content
GET
Get stablecoin tokens supported for account.
Returns the stablecoin tokens and networks supported for a given asset code.

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

assetCode
string
required

The assets code of a crypto

Response

List of supported stablecoin tokens for the asset code

asset
string
required
Example:

"USD"

tokens
object[]
required

A list of funding tokens with details of their supported networks.