POST
/
pass
/
{chain}
/
{chainNetwork}
curl --request POST \
  --url https://api.civic.com/partner/pass/{chain}/{chainNetwork} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "walletAddress": "0xEA5Ce8F9C81b681876DC713d33371c3E262A5888"
}'
{
  "chain": {
    "type": "solana",
    "network": "mainnet-beta"
  },
  "gatekeeperNetwork": "tgnuXXNMDLK8dy7Xm1TdeGyc95MDym4bvAQCwcW21Bf",
  "walletAddress": "4v4PL5bMZXXvQB3mvWPXLvqfJpjJmPRnPrmENnUESQQQ",
  "events": [
    {
      "eventType": "TOKEN_ISSUED_INITIATED",
      "timestamp": 1677588899,
      "transaction": {
        "identifier": "4GWazp2AqMmxkE6GKCoYf9rbgFL6eDTuMx9z7719eccSeCEYu9hiCvmcr9cK6ioiTUGZzvcWf6iB7fd3YCg39PT6",
        "status": "sent"
      }
    }
  ],
  "id": "63fdf96c58f1ae40a26a89be",
  "onChainState": "ACTIVE",
  "state": "ACTIVE"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

chain
enum<string>
required

The type of blockchain that the Civic Pass was issued on.

Available options:
solana,
ethereum
chainNetwork
enum<string>
required

The blockchain network

Available options:
mainnet-beta,
devnet,
mainnet,
sepolia,
polygonAmoy,
polygonMainnet,
polygonZKEVM,
polygonZKEVMTestnet,
optimismSepolia,
optimismMainnet,
arbitrumSepolia,
arbitrumMainnet,
avalancheCChain,
avalancheCChainFuji,
xdcMainnet,
xdcApothem,
fantomMainnet,
fantomTestnet,
baseSepolia,
baseMainnet,
bscMainnet,
bscTestnet,
xlayerMainnet,
xlayerTestnet,
unichainMainnet,
unichainSepolia,
sonicMainnet,
sonicTestnet

Body

application/json

The wallet address to issue this token to

Response

202
application/json

The issuance of the Civic Pass has been initiated.

The response is of type object.