GET /trade/v1/{chainId}/approval/spender

Address of Unizen DEX Aggregator that must be trusted to spend funds.

Address of Unizen DEX Aggregator that must be trusted to spend funds for the exchange

get
Authorizations
Path parameters
chainIdnumber · enumRequired

Chain id of the network

Example: 1Possible values:
Query parameters
contractVersionstring · enumRequired

Contract version, return from quote endpoint

Example: v1Possible 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?