Skip to main content
In about five minutes you will read the USDC mint account and fetch the first page of SPL Token mints, both through the ThorEdge RPC URL you already have.

Before you start

You need the complete RPC URL from the SSL column of a location (create one), plus curl and jq.

Read one account

Output; supply moves:

Page through a program

Ask for the first two SPL Token mint accounts (dataSize 82) and keep the cursor:
Send the same request again with "paginationKey": "<next>" added to the options to get the next page. You are done when paginationKey is null.

Next steps