Skip to main content
POST
Get fees

Authorizations

X-TXC-APIKEY
string
header
required

API key authentication using signed requests

Body

application/json
request
string
required

Request signature

Example:

"{{request}}"

nonce
string
required

Unique request identifier

Example:

"{{nonce}}"

Response

200 - application/json

Successful response

ticker
string

Currency ticker

Example:

"ETH"

name
string

Currency name

Example:

"Ethereum"

can_deposit
boolean

Deposit status (currency availability)

Example:

true

can_withdraw
boolean

Withdrawal status (currency availability)

Example:

true

deposit
object

Deposit fees and limits

withdraw
object

Withdrawal fees and limits