Top up methods
GET/api/v2/wallets/:id/top-up/options
Retrieving all available wallet top up methods.
Request
Path Parameters
id uuidrequired
Wallet id
Responses
- 200
Successful retrieval of wallet top up options
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
crypto object[]
currencyCode CryptoCurrencyCoderequired
Defines the available crypto currency code.
chainCodes ChainCode[]required
Possible values: [BSC, TRON, ETH]
List of crypto networks
{
"crypto": [
{
"currencyCode": "string",
"chainCodes": [
"BSC"
]
}
]
}
Loading...