GET
/
pass
/
{chain}
/
{chainNetwork}
/
{wallet}
curl --request GET \
  --url https://api.civic.com/partner/pass/{chain}/{chainNetwork}/{wallet} \
  --header 'Authorization: Bearer <token>'
{
  "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 blockchain type that the Civic Pass was issued on.

Available options:
solana,
ethereum
wallet
string
required

The user's wallet the Civic Pass was issued to.

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

Response

200
application/json

The Civic Pass associated with the given wallet.

The response is of type object.