v1

latestOpenAPI 3.0.12026-07-2699111970.1 KB
Actions

Get Action Status

Use this API to poll for the status of asynchonous actions such as NFT mints, transfers, etc.

API scope required: nfts.create

get/2022-06-09/actions/{actionId}

Path parameters

actionIdstring required

The actionId.

Response

Success

actionIdstring uuid
actionstring
statusstring
startedAtstring date-time
resourcestring uri

Example response

{
  "actionId": "66881a4d-eff9-467a-b19d-a2ff76eef5c2",
  "action": "nfts.create",
  "status": "pending",
  "data": {
    "collection": {
      "id": "someCollection",
      "contractAddress": "0x0B7c736cD6D517b6AFfB3F6151eC662B0000018B"
    },
    "recipient": {
      "walletAddress": "0x6Def4FF2Efe3731EB2Ca09c625d21bfd6da00000"
    },
    "token": {
      "id": "66881a4d-eff9-467a-b19d-a2ff76eef5c2"
    }
  },
  "startedAt": "2023-10-02T22:10:41.000Z",
  "resource": "https://staging.crossmint.com/api/2022-06-09/actions/66881a4d-eff9-467a-b19d-a2ff76eef5c2"
}