Skip to main content
GET
/
Tokens
/
{YourAPIKEY}
/
{ProjectGuid}
Get active tokens for a project
curl --request GET \
  --url https://intern.payingame.io/rest/PayIngame/PublicAPI/Tokens/{YourAPIKEY}/{ProjectGuid}
{
  "isError": "0",
  "Error": "",
  "Data": {
    "Tokens": [
      {
        "Symbol": "BOLT",
        "Guid": "XXXXX-XXXX-XXXX-XXXX-XXXXX",
        "Name": "Bolts",
        "Contracts": [
          {
            "ChainName": "Ethereum",
            "ContractGuid": "XXXX-XXXXX-XXXXX"
          }
        ]
      }
    ]
  }
}
This endpoint will return all the tokens that are available for a certain project. These are the tokens you created. Only those tokens where minimal one contract exist will be returned.

Path Parameters

YourAPIKEY
string
required
ProjectGuid
string
required

Response

200 - application/json

List of tokens

isError
string
Example:

"0"

Error
string
Example:

""

Data
object