Public API
Base URL
This is a simplified endpoint that returns all verified assets in a single response. The endpoint returns verified assets with asset verification label by excluding suspicious and unverified ones. If your business logic needs to know the verified asset ids, this is the endpoint you should use. It is lightweight and doesn't require pagination.
- Response is cached for 5 min.
Which field to use when ordering the results.
This is a simplified endpoint that returns all labeled assets in a single response. The endpoint returns verified and suspicious assets with asset verification label by excluding unverified ones. If your business logic needs to know the labeled asset ids, this is the endpoint you should use. It is lightweight and doesn't require pagination.
- Response is cached for 5 min.
Which field to use when ordering the results.
This public endpoint returns all assets.
- Response is cached for 5 min.
- Maximum page size: 1000
- Default page size: 50
- Page size options: 50, 100, 500, 1000
['is_verified', 'is_collectible']
Which field to use when ordering the results.
The pagination cursor value.
Number of results to return per page.
This public endpoint returns Asset verification information about a specific ASA
on the Algorand blockchain. This is the recommended public API for fetching the
verification status of an ASA from Pera. More details about the verification
program can be found here: https://explorer.perawallet.app/asa-verification/
Usage Requirements
Deprecation Notice
Last updated
