Get allowed coins and sub-tokens i.e. if coin and its sub-tokens is accessible by the specified user/enterprise

get/api/v2/internal/{coin}/getAllowedCoinAndSubTokens

Also checks if the token is gate kept. Used to decide if specific sub-tokens should be surfaced when fetching balances, transfers, etc.

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc

Query Parameters

  • enterpriseIdstring
  • userIdstring

200 Response

array[string]

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id