Constellation Data Layer 1 (0.0.1)

Download OpenAPI specification:

API for the Data Layer 1 (DL1) node handling data storage and retrieval

DataUpdate

Handles signed data updates for various operations

Submit a signed data update

Submit a signed data update for processing. The update can be one of several types including liquidity pool, staking, withdrawal, swap or governance updates.

Request Body schema: application/json
required

Signed data update

LiquidityPoolUpdate (object) or StakingUpdate (object) or WithdrawalUpdate (object) or SwapUpdate (object) or RewardAllocationVoteUpdate (object)
Array of objects (Proof)

Cryptographic proofs validating the update

Responses

Request samples

Content type
application/json
{
  • "value": {
    },
  • "proofs": [
    ]
}

Response samples

Content type
application/json
{
  • "hash": "string"
}