Wallet deals
Request cost: 1 credits
get
Authorizations
X-API-KeystringRequired
API key for authentication
Path parameters
addressstringRequiredExample:
Wallet address
0x199...Query parameters
networkstring Β· enumRequiredExample:
Supported blockchain networks
ethPossible values: pageinteger Β· min: 1OptionalDefault:
Page number for pagination
1Example: 1per_pageinteger Β· min: 1 Β· max: 150OptionalDefault:
Number of items to return per page
30Example: 30searchstring Β· max: 128OptionalExample:
Search string. Searches by partial token name, complete symbol, or full token address. Case-insensitive.
DOGEfrom_timeinteger | number Β· min: 1OptionalExample:
Timestamp in seconds. Minimum time for the deal's first trade. Deals started before this time will be excluded from result and calculations.
1609459200to_timeinteger | number Β· min: 1OptionalExample:
Timestamp in seconds. Maximum time for deal trades. Trades executed after this time will be excluded from result and calculations.
1893456000Responses
200
Successful response
application/json
400
Request fail
application/json
401
API Key invalid or missing
403
API access forbidden
application/json
get
/wallets/{address}/dealsLast updated