Post dexApprove API
This endpoint is used to initiate a token approval transaction for the DexExchange platform.
Endpoint: POST/dexApprove
POST/dexApprove
Request Body: A JSON object containing dexApprove
details.
Request Body Fields:
tokenIdTo
string
Token identifier to which the swap is directed
tokenIdFrom
string
Token identifier from which the swap is initiated
addressFrom
string
Address from which the amount will be deducted
amount
number
Amount to be approved
swap
string
Swap identifier or type (example: ch)
route
object
Example request:
Example Response:
Response Fields:
data
string
Data info
to
string
Token identifier to which the swap is directed
from
string
Token identifier to which the swap is initiated
fromChain
object
ChainDTO fields explained:
id
string
Chain ID
created
date-time
Chain created at
modified
date-time
Chain modified at
name
string
Chain name
shortName
string
Chain short name
addressValidation
string
Regex to validate the address
memoNeeded
boolean
Does the chain require a memo
hashUrl
string
Hash URL
explorerUrl
string
ExplorerURL
addressUrl
string
Address URL
icon
string
Icon URL
priority
number
Priority
kind
string
Chain kind
chainId
number
Chain ID
block
bigint
Block number
gasPrice
bigint
Gas Price
lastBaseFeePerGas
bigint
Last base fee per gas
maxFeePerGas
bigint
Max fee per gas
maxPriorityFeePerGas
bigint
Max priority fee per gas
enabled
boolean
Is chain enabled
shortNameV1
string
Chain short name v1
Last updated