GET /trade/v1/{chainId}/approval/spender
Address of Unizen DEX Aggregator that must be trusted to spend funds.
Authorizations
Path parameters
chainIdnumber · enumRequiredExample:
Chain id of the network
1
Possible values: Query parameters
contractVersionstring · enumRequiredExample:
Contract version, return from quote endpoint
v1
Possible values: Responses
200
The address of Unizen DEX Aggregator that must be trusted to spend funds for the exchange
application/json
get
GET /trade/v1/{chainId}/approval/spender?contractVersion=v1 HTTP/1.1
Host:
Authorization: Bearer Bearer
Accept: */*
200
The address of Unizen DEX Aggregator that must be trusted to spend funds for the exchange
{
"address": "0xd3f64BAa732061F8B3626ee44bab354f854877AC"
}
Last updated
Was this helpful?