Skip to main content

Get Started

API Usage

If you prefer using API calls directly or due to limitations of your environment, you can use the Gopher API. This guide provides an overview of the available endpoints and examples of how to interact with them.

You can use the Swagger documentation available at Gopher Swagger API for more detailed information.

Example

Example of getting a list of supported networks:

curl -X 'GET' \
'https://gopher.test.buildwithsygma.com/networks' \
-H 'accept: application/json'

Table of Contents

For more detailed information about each endpoint, please refer to the specific documents:

  • Fungible Assets
    • Get all assets information
    • Get specific assets information
    • Get specific network assets
  • Networks
    • Get all supported networks
  • Solutions
    • Token aggregation
    • Token aggregation with contract call

Explore each section to understand how to make the most out of the Gopher API.