Safes

get

Get paginated balances for Ether and ERC20 tokens. The maximum limit allowed is 200.

Authorizations
sessionidstringOptional
Path parameters
addressstringRequired
Query parameters
trustedbooleanOptional

If True just trusted tokens will be returned

Default: false
exclude_spambooleanOptional

If True spam tokens will not be returned

Default: false
limitintegerOptional

Number of results to return per page.

offsetintegerOptional

The initial index from which to return the results.

Responses
get
/api/v2/safes/{address}/balances/
get

Get paginated collectibles (ERC721 tokens) and information about them of a given Safe account. The maximum limit allowed is 10.

Authorizations
sessionidstringOptional
Path parameters
addressstringRequired
Query parameters
trustedbooleanOptional

If True just trusted tokens will be returned

Default: false
exclude_spambooleanOptional

If True spam tokens will not be returned

Default: false
limitintegerOptional

Number of results to return per page.

offsetintegerOptional

The initial index from which to return the results.

Responses
get
/api/v2/safes/{address}/collectibles/
get

Returns detailed information of a given Safe account

Authorizations
sessionidstringOptional
Path parameters
addressstringRequired
Responses
get
/tx-service/eth/api/v1/safes/{address}/
get

Returns detailed information on the Safe creation transaction of a given Safe.

Note: When event indexing is being used and multiple Safes are deployed in the same transaction the result might not be accurate due to the indexer not knowing which events belong to which Safe deployment.

Authorizations
sessionidstringOptional
Path parameters
addressstringRequired
Responses
get
/tx-service/eth/api/v1/safes/{address}/creation/
get

Get transactions optimized for CSV export with transfer information. The maximum limit allowed is 1000.

Authorizations
sessionidstringOptional
Path parameters
addressstringRequired
Query parameters
execution_date__gtestring · date-timeOptional

Filter transactions executed after this date (ISO format)

execution_date__ltestring · date-timeOptional

Filter transactions executed before this date (ISO format)

limitintegerOptional

Maximum number of transactions to return (max 1000)

offsetintegerOptional

Number of transactions to skip

Responses
get
/tx-service/eth/api/v1/safes/{address}/export/
get

Get paginated balances for Ether and ERC20 tokens. The maximum limit allowed is 200.

Authorizations
sessionidstringOptional
Path parameters
addressstringRequired
Query parameters
trustedbooleanOptional

If True just trusted tokens will be returned

Default: false
exclude_spambooleanOptional

If True spam tokens will not be returned

Default: false
limitintegerOptional

Number of results to return per page.

offsetintegerOptional

The initial index from which to return the results.

Responses
get
/tx-service/eth/api/v2/safes/{address}/balances/

Last updated