Valid Maturities
Returns all valid maturities - tomorrow, the day after tomorrow, each Friday of current month, last Friday of each next month.
get
Authorizations
Responses
200
Successful operation
application/json
Responsestring[]Example:
["02DEC23","03DEC23","08DEC23","15DEC23","22DEC23","26JAN24","23FEB24","...","27DEC24"]
400
Invalid parameters supplied
application/json
401
Not authorized
application/json
get
GET /pools/maturities HTTP/1.1
Host:
x-apikey: YOUR_API_KEY
Accept: */*
[
"02DEC23",
"03DEC23",
"08DEC23",
"15DEC23",
"22DEC23",
"26JAN24",
"23FEB24",
"...",
"27DEC24"
]
Last updated
Was this helpful?