Skip to content

Market Data

Planned — on our roadmap. This capability is documented so you can design your integration ahead of time. It is not yet enabled to call; for initial go-live, investment flows transact via USSD. If it is part of your integration plan, contact us. See what’s available today.

Market Data provides the historical performance data for a given Instrument. This document will guide you on how to get Market Data details.

Terminal window
curl --request GET \
--url https://api.pipevest.com/v1/market/data?start=1234567890&end=1234567890&timeFrame=1d\
--header 'Authorization: Bearer 123456' \
--header 'Signature: sig1=:OTEyMjY4...A5NTNDMEQ=:' \
--header 'Signature-Input: sig1=("authorization" "content-digest" "content-length" "content-type" "x-client-id" "x-idempotency-key" "@method" "@target-uri" "@path" "@query");keyid="staging-pipevest-ed25519";created=1732893484;expires=1732893584' \
--header 'X-Client-Id: 123456' \
Property Definition
marketDataId Unique market Data identifier
instrumentId Unique instrument identifier
name The display name of the asset
currency Associated currency
symbol The symbol associated by the instrument
open Instrument opening trade value
high Instrument highest trade value
low Instrument lowest trade value
close Instrument closing trade value
volume Instrument trade volume
start Market data start date as UNIX timestamp
end Market data end date as UNIX timestamp
timeFrame The time frames used to determine instrument market data
createdAt Created at unix timestamp
updatedAt Updated at unix timestamp