API Overview
BASE_URL - https://server.fuelup.fun/api/v1/fuel-nitro
Routes -
To get all assets - {{ BASE_URL }}/asset/all
To get asset details by ID - {{ BASE_URL }}/asset/:assetId
To search for an asset - {{ BASE_URL }}/asset/search
To get assets held by user - {{ BASE_URL }}/asset/user/held
To get assets created by user - {{ BASE_URL }}/asset/user/created
To get top-performing meme tokens - {{ BASE_URL }}/asset/top-memes
In the upcoming sections, we will learn about the usage of all the above API endpoints individually.
Note -
Ensure to replace
{{ BASE_URL }}
with the actual base URL:https://server.fuelup.fun/api/v1/fuel-nitro
.
Last updated