Wallet deals

Request cost: 1 credits

get

Returns wallet deals. When the from_time or to_time fields are specified, deals will be filtered and recalculated for the given time range.

Authorizations
X-API-KeystringRequired

API key for authentication

Path parameters
addressstringRequired

Wallet address

Example: 0x199...
Query parameters
networkstring Β· enumRequired

Supported blockchain networks

Example: ethPossible values:
pageinteger Β· min: 1Optional

Page number for pagination

Default: 1Example: 1
per_pageinteger Β· min: 1 Β· max: 150Optional

Number of items to return per page

Default: 30Example: 30
searchstring Β· max: 128Optional

Search string. Searches by partial token name, complete symbol, or full token address. Case-insensitive.

Example: DOGE
from_timeinteger | number Β· min: 1Optional

Timestamp in seconds. Minimum time for the deal's first trade. Deals started before this time will be excluded from result and calculations.

Example: 1609459200
to_timeinteger | number Β· min: 1Optional

Timestamp in seconds. Maximum time for deal trades. Trades executed after this time will be excluded from result and calculations.

Example: 1893456000
Responses
200

Successful response

application/json
get
/wallets/{address}/deals

Last updated