Object data to create new Network
Modify any property of the network
Network identification
Object data to create new Network
Get Info of the Network
Network identification
Fields to fetch.
Retrieves a list with all Networks from account
Optional
queryObj: NetworkQuerySearch query params
queryObj: {
page: 1,
fields: ["id", "name"],
filter: {},
amount: 20,
orderBy: "name,asc",
}
Generates and retrieves a new token
Network ID
Details of new token
Retrieves a list of all tokens
Network ID
Optional
queryObj: ListTokenQuerySearch query params
queryObj: {
page: 1,
fields: ["name", "token", "permission"],
filter: {},
amount: 20,
orderBy: "created_at,desc",
}
Generates and retrieves a new network from the account