Goldmine
Contracts

List Intents

POST
/contracts.v1.Contracts/ListIntents

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/contracts.v1.Contracts/ListIntents" \  -H "Content-Type: application/json" \  -d '{}'
{
  "intentIds": [
    "string"
  ],
  "nextCursor": "string"
}
Empty