Get Mapping Names

Get the names of the mappings in a program for the given program ID.

ENDPOINT

GET https://api.data123.io/aleo/<API KEY>/v1/testnet3/program/{programID}/mappings

Arguments

ParameterTypeRequestDescription

programID

string

Yes

The program id of the requested mappings

Response

ParametertypeDescription

result

The requested mapping names

Request

curl https://api.data123.io/aleo/<API KEY>/v1/testnet3/program/token.aleo/mappings

Last updated