For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?offset=400&limit=100
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?offset=200&limit=100
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
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?offset=400&limit=100
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?offset=200&limit=100
get/api/v2/safes/{address}/collectibles/
get

Returns detailed information of a given Safe account

Authorizations
sessionidstringOptional
Path parameters
addressstringRequired
Responses
200Success
application/json
addressstringRequired
noncestringRequired
thresholdintegerRequired
ownersstring[]Required
masterCopystringRequired
modulesstring[]Required
fallbackHandlerstringRequired
guardstringRequired
versionstring · nullableRequired
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
200Success
application/json
createdstring · date-timeRequired
creatorstringRequired
transactionHashstringRequired
factoryAddressstringRequired
masterCopystring · nullableRequired
setupDatastring · nullableRequired
saltNoncestring · nullableRequired
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
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?offset=400&limit=100
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?offset=200&limit=100
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
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?offset=400&limit=100
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?offset=200&limit=100
get/tx-service/eth/api/v2/safes/{address}/balances/

Last updated